home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Archive / Funny Stuff / KeyMod.lha / KeyMod.doc < prev   
Text File  |  1995-02-10  |  3KB  |  69 lines

  1.  
  2.                 Key Modifier -- Automatic Misspelling Generator
  3.  
  4.                  (c) 1995 Martin Mares, MJSoft System Software
  5.  
  6. ================================================================================
  7.  
  8.  
  9. Preface
  10. =======
  11.  
  12.    KeyMod,  its documentation and the ss.library are Copyright (c) Martin Mares,
  13. MJSoft System Software, Prague, Czech Republic.
  14.  
  15.    This  archive  can  be  freely  redistributed as long as all of its files are
  16. included   in   their   original   form  without  any  additions,  deletions  or
  17. modifications  (excluding addition of other README-style files and icons) and no
  18. more  than a nominal fee is charged for its distribution.  All copyright notices
  19. in  the  programs and accompanying documentation files must remain intact.  It's
  20. especially  forbidden  to add various '.displayme' files and BBS advertisements.
  21. This style of distribution is generally known as FREEWARE.
  22.  
  23.    Source  text of this program is included in the distribution.  You can freely
  24. improve  it.   If  you  want  to  distribute your improved version, there're two
  25. possibilities:   (1)  Send  your  improvements  to  me  (the best form is a diff
  26. output)  and  I'll include them in the next release.  (2) Distribute them alone.
  27. In  this  case, you must mention the name of original author, change the name of
  28. the  product  (not  only  by  increasing  the  version),  and  obey  all  of the
  29. distribution rules mentioned above.
  30.  
  31.    This  software  is  provided  "AS  IS"  without  warranty of any kind, either
  32. expressed  or  implied.   The author is not responsible for any damage caused by
  33. it.
  34.  
  35.  
  36. Introduction
  37. ============
  38.  
  39.    This small commodity monitors the keyboard input and adds misspellings to it.
  40. This process is somewhat random, controlled by magic number entered as an
  41. optional parameter (the default value is 23333 -- use other values and see what
  42. does it affect the modification rate). The probability of misspelling increases
  43. rapidly with typing speed simulating real misspellings.
  44.  
  45.    The author doesn't guarantee quality of generated misspellings. It's even
  46. possible that the misspelling caused by this program reverses some caused by
  47. you (thus it helps you!). The only supported type is now the substitution of
  48. pressed key by some key on the left or on the right from it.
  49.  
  50.    The program can be stopped by sending a CTRL-C to it or by killing it from
  51. the Commodities Exchange utility.
  52.  
  53.  
  54. Requirements
  55. ============
  56.  
  57.    - ss.library 5.1 or newer (downloadable from the AmiNet)
  58.  
  59.    - Kickstart and Workbench 2.04 or newer
  60.  
  61.  
  62. Notes
  63. =====
  64.  
  65.    Send suggestions, bug reports and funny misspellings to
  66.  
  67.                         <mjsoft@k332.feld.cvut.cz>.
  68.  
  69.